home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!--For exporting contacts to vCard. Define the mapping between Section/Field and vCard fields.
- Translator should not translate the "map" field, because this field represents all fields of map action type.
- -->
- <OpenContactsVCard>
- <lines>
- <line type="sf" s="Personal" f="Phone" vch="TEL;HOME;VOICE" />
- <line type="sf" s="Personal" f="Nickname" vch="NICKNAME" />
- <line type="sf" s="Personal" f="Fax" vch="TEL;HOME;FAX" />
- <line type="sf" s="Personal" f="Birthday" vch="BDAY" />
- <line type="sf" s="Personal" f="Anniversary" vch="X-SYNCJE-ANNIVERSARY" />
- <line type="sf" s="Personal" f="Mobile" vch="TEL;CELL;VOICE" />
- <line type="sf" s="Personal" f="Web" vch="URL;HOME" />
- <line type="sf" s="Personal" f="Spouse" vch="X-SYNCJE-SPOUSE" />
- <line type="sf" s="Personal" f="Email" vch="EMAIL;HOME" />
- <line type="a" s="Personal" a="map" vch="ADR;HOME" />
- <line type="sf" s="Personal" f="Geo" vch="GEO;HOME" />
-
-
- <line type="sf" s="Work" f="Title" vch="TITLE" />
- <line type="sf" s="Work" f="Phone" vch="TEL;WORK;VOICE" />
- <line type="sf" s="Work" f="Fax" vch="TEL;WORK;FAX" />
- <line type="sf" s="Work" f="Web" vch="URL;WORK" />
- <line type="sf" s="Work" f="Email" vch="EMAIL;WORK" />
- <line type="a" s="Work" a="map" vch="ADR;WORK" />
- <line type="sf" s="Work" f="Geo" vch="GEO;WORK" />
-
-
- </lines>
-
-
- </OpenContactsVCard>